From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 (+0000) Subject: don't append wine to the default path settings X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~37 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=693b348affa8ac550476e87372473e3cf96fe59d;p=wine.git don't append wine to the default path settings forwarded: not-needed Gbp-Pq: Topic debianization Gbp-Pq: Name makefile.patch --- diff --git a/Makefile.in b/Makefile.in index b52495f..8c8668f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,9 +27,9 @@ datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ includedir = @includedir@ -fontdir = ${datadir}/wine/fonts +fontdir = ${datadir}/wine nlsdir = ${datadir}/wine/nls -dlldir = ${libdir}/wine +dlldir = ${libdir} srcdir = @srcdir@ SHELL = /bin/sh CC = @CC@